memory: don't suppress P2M update in populate_physmap()
authorJan Beulich <jbeulich@suse.com>
Tue, 20 Jun 2017 12:51:53 +0000 (14:51 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 20 Jun 2017 12:51:53 +0000 (14:51 +0200)
commitb964e3106d2cdaa11cc4524181ff14607d110ae4
treeb9fc51767e8a8120d1b365c3867341c8240a6433
parente95def2cb97d9e8e2c226d02d43a6420f1ed19ce
memory: don't suppress P2M update in populate_physmap()

Commit d18627583d ("memory: don't hand MFN info to translated guests")
wrongly added a null-handle check there - just like stated in its
description for memory_exchange(), the array is also an input for
populate_physmap() (and hence can't reasonably be null). I have no idea
how I've managed to overlook this.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/memory.c